home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / fontlist.dfm / fontlist.txt
Encoding:
Text File  |  1998-02-09  |  881 b   |  46 lines

  1. object Form1: TForm1
  2.   Left = 217
  3.   Top = 109
  4.   ActiveControl = ListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Owner Draw'
  7.   ClientHeight = 359
  8.   ClientWidth = 276
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Name = 'Default'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 88
  21.     Top = 8
  22.     Width = 81
  23.     Height = 16
  24.     Caption = 'System Fonts'
  25.   end
  26.   object FontLabel: TLabel
  27.     Left = 20
  28.     Top = 305
  29.     Width = 241
  30.     Height = 20
  31.     AutoSize = False
  32.   end
  33.   object ListBox1: TListBox
  34.     Left = 19
  35.     Top = 44
  36.     Width = 241
  37.     Height = 251
  38.     ItemHeight = 16
  39.     Style = lbOwnerDrawVariable
  40.     TabOrder = 0
  41.     OnClick = ListBox1Click
  42.     OnDrawItem = DrawItem
  43.     OnMeasureItem = ListBox1MeasureItem
  44.   end
  45. end
  46.